home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Archive Magazine CD 1995
/
Archive Magazine CD 1995.iso
/
discs
/
prog_disc
/
volume_5
/
issue_07
/
language
/
!Pascal
/
Desc
< prev
next >
Wrap
Text File
|
1992-03-15
|
2KB
|
85 lines
# This is a description of the wimp interface for Pascal
tool_details_start
name "Pascal";
version "2.00";
wimpslot 640k;
tool_details_end
metaoptions_start
has_auto_run;
has_auto_save ^."o."leafname from icn 3;
has_text_window;
has_summary_window;
metaoptions_end
fileoutput_start
output_option_is "-OB";
output_dft_is produces_output;
fileoutput_end
dbox_start
icons_start
icn 3 maps_to string not_saved;
icn 6 maps_to "-EX";
icn 7 maps_to "-LE";
icn 8 maps_to "-LI";
icn 9 maps_to "-LO";
icn 10 maps_to "-DE";
icons_end
defaults
icn 3 "",
icn 6 on,
icn 7 off,
icn 8 off,
icn 9 on,
icn 10 off;
imports_start
wild_card_is "*";
drag_to icn 3 inserts icn 3 separator_is " ";
drag_to any inserts icn 3 separator_is " ";
drag_to iconbar inserts icn 3;
imports_end
dbox_end
menu_start
"No assign" maps_to "-NOAS ";
"No Lines" maps_to "-NOLI ";
"No Object" maps_to "-NOOB ";
"No Range" maps_to "-NORA ";
"Notify" maps_to "-NOTI ";
"No Variants" maps_to "-NOVARI ";
"No Vars" maps_to "-NOVARS ";
"Slash" maps_to "-SLASH ";
"Store" maps_to "-ST ";
"Trusted" maps_to "-TR";
defaults
menu 1 off,
menu 2 off,
menu 3 off,
menu 4 off,
menu 5 off,
menu 6 off,
menu 7 off,
menu 8 off,
menu 9 on,
menu 10 off;
menu_end
deselections_start
icn 8 deselects icn 9;
icn 9 deselects icn 8;
icn 6 deselects icn 7;
icn 7 deselects icn 6;
deselections_end
make_order_is icn 6, icn 7, icn 8, icn 9, icn 10, menu 1, menu 2, menu3, menu 4, menu 5, menu 6, menu 7, menu 8, menu 9, menu 10, "-ob $@";